home *** CD-ROM | disk | FTP | other *** search
/ Info-Mac 4 / Info_Mac IV CD-ROM (Pacific HiTech Inc.)(August 1994).iso / Development / Source / curses / v_maccur.r < prev   
Text File  |  1994-05-02  |  1KB  |  37 lines

  1. data 'DITL' (128) {
  2.     $"0001 0000 0000 0052 01A4 0066 01DE 0402"            /* .......R.§.f.... */
  3.     $"4F4B 0000 0000 0000 0000 0048 01F4 8802"            /* OK.........H..à. */
  4.     $"5E30"                                               /* ^0 */
  5. };
  6.  
  7. /* The following DITL is an example of one that can be used for "About..." */
  8.  
  9. data 'DITL' (129) {
  10.     $"0001 0000 0000 003E 00E7 0052 0121 0402"            /* .......>...R.!.. */
  11.     $"4F4B 0000 0000 0001 0043 003B 012E 8824"            /* OK.......C.;..à$ */
  12.     $"4375 7273 6573 2066 6F72 2074 6865 204D"            /* Curses for the M */
  13.     $"6163 0D52 6F62 6572 7420 5A69 6D6D 6572"            /* ac¬Robert Zimmer */
  14.     $"6D61 6E0D"                                          /* man¬ */
  15. };
  16.  
  17. data 'ALRT' (128) {
  18.     $"001B 0007 0087 01F9 0080 5555"                      /* .....á...ÄUU */
  19. };
  20.  
  21. /* The following ALRT is also used to make the "About..." option. */
  22.  
  23. data 'ALRT' (129) {
  24.     $"0028 0028 007E 0163 0081 4444"                      /* .(.(.~.c.ÅDD */
  25. };
  26.  
  27. data 'MBAR' (128) {
  28.     $"0001 0080"                                          /* ...Ä */
  29. };
  30.  
  31. data 'MENU' (128) {
  32.     $"0080 0000 0000 0000 0000 FFFF FFFB 0114"            /* .Ä.............. */
  33.     $"0841 626F 7574 2E2E 2E00 0000 0001 2D00"            /* .About........-. */
  34.     $"0000 0000"                                          /* .... */
  35. };
  36.  
  37.